Fluent Assertions Documentation
FluentAssertions.Collections Namespace / GenericCollectionAssertions<TCollection,T,TAssertions> Class / Equal Method
In This Topic
    Equal Method (GenericCollectionAssertions<TCollection,T,TAssertions>)
    In This Topic
    Expects the current collection to contain all the same elements in the same order as the collection identified by elements. Elements are compared using their System.Object.Equals(System.Object) method.
    Overload List
    OverloadDescription
    Expects the current collection to contain all the same elements in the same order as the collection identified by elements. Elements are compared using their System.Object.Equals(System.Object) method.  
    Asserts that two collections contain the same items in the same order, where equality is determined using a equalityComparison.  
    Expects the current collection to contain all the same elements in the same order as the collection identified by expected. Elements are compared using their System.Object.Equals(System.Object).  
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also